home *** CD-ROM | disk | FTP | other *** search
/ A Brief History of Time - An Interactive Adventure / A Brief History of Time: An Interactive Adventure.iso / pc / 06.dir / 00369_Script_369 < prev    next >
Text File  |  1995-07-27  |  619b  |  21 lines

  1. on mouseDown
  2.   global gDestNumber
  3.   set lCastName = the name of cast (the castnum of sprite the clickOn)
  4.   if lCastName contains gDestNumber then exit
  5.   puppetSprite 32, False
  6.   puppetSprite 28, False
  7.   set the movieTime of sprite 2 = 0
  8.   set the movieRate of sprite 2 = 0
  9.   set lCastNum = the castnum of sprite 2
  10.   set the castnum of sprite 2 = the number of cast "BlankS.MOV"
  11.   updatestage
  12.   puppetSprite 2, False
  13.   closePanel
  14.   set gDestNumber = string(the clickon - 6)
  15.   puppetSprite 15, False
  16.   TurnOffRollovers
  17.   TurnOffMovies
  18.   set lFrame = "Dest" && string (the clickOn - 6)
  19.   go lFrame
  20. end
  21.